home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / fdg2.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  336 b   |  17 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(15, 41, 46)
  3.   if pressedBtn = 1 then
  4.     sound stop 1
  5.     set the volume of sound 2 to 100
  6.     puppetSound("HELP")
  7.     updateStage()
  8.     repeat while soundBusy(1)
  9.       if the mouseDown then
  10.         sound stop 1
  11.         exit repeat
  12.       end if
  13.     end repeat
  14.     puppetSound(0)
  15.   end if
  16. end
  17.